DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1ScopedDataCollection<T> Class / CreateInternalList Method
The source.

In This Topic
    CreateInternalList Method (C1ScopedDataCollection<T>)
    In This Topic
    Creates the internal list from the source.
    Syntax
    'Declaration
     
    Protected Overridable Function CreateInternalList( _
       ByVal source As IReadOnlyList(Of T) _
    ) As IReadOnlyList(Of T)
    protected virtual IReadOnlyList<T> CreateInternalList( 
       IReadOnlyList<T> source
    )

    Parameters

    source
    The source.
    See Also